/* banner*/
.banner{
    width: 100%;
    height: 780px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

/* 智慧党建 */
.zhdj{
    width: 100%;
    height: 760px;
}
.zhdj .zhdjT{
    width: 100%;
    height: 210px;
    padding-top: 70px;
    text-align: center;
    box-sizing: border-box;
    background: url("../images/index_01.jpg") no-repeat;
}
.zhdjTitle{
    font-size: 32px;
    color: #000;
}
.zhdjTxt{
    margin-top: 16px;
    font-size: 16px;
    color: #AAAEB1;
}
.zhdjB{
    height: 450px;
    margin: 0 auto;
    box-sizing: border-box;
}
/* 左边 */
.zhdjB-l{
    height: 100%;
    width: 410px;
    margin-right: 20px;
    background: url("../images/dj_bg1.jpg");
    background-size: 100% 100%;
    padding: 40px 30px;
}
.zhdjB-l:hover{
    box-shadow: 8px 8px 10px #ccc;
    transition: all 0.5s;
}
.zhdjB-l .zhdjL-t{
    width: 100%;
    height: 80px;
    line-height: 30px;
}
.zhdjB-l .zhdjL-t img{
    width: 60px;
    height: 60px;
}
.zhdjB-l .zhdjL-t span{
    display: block;
    width: 60%;
    font-size: 26px;
    line-height: 64px;
    margin-left: 10px;
}
.zhdj .zhdjB-l .zhdjL-c {
    width: 100%;
    height: 110px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.zhdjB-l .xhdjL-b {
    width: 100%;
    height: 60px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 80px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/* 右边 */
.zhdjB-r{
    height: 100%;
    width: 770px;
}
.zhdjB-r li{
    float: left;
    width: 375px;
    height: 215px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
}
.zhdjB-r li:nth-child(even){
    margin-right: 0;
}
.zhdjB-r li:nth-child(3){
    margin-bottom: 0;
}
.zhdjB-r li:nth-child(4){
    margin-bottom: 0;
}
.zhdjB-r li {
    text-align: center;
} 
.zhdjB-r li:hover{
    box-shadow: 8px 8px 10px #ccc;
    transition: all 0.5s;
    /* background: url("../images/dj_bg5.jpg") no-repeat; */
    /* color: #fff; */
}
.zhdjB-r li:hover a .dj-txt {
    color: #fff;
    transition: all 1s;
    cursor: pointer;
}
.zhdjB-r li:hover a .sydx {
    color: #fff;
    transition: all 1s;
}
.zhdjB-r li:nth-child(1):hover{
    background: url("../images/dj_bg5.jpg") no-repeat 0 0;
    
}
.zhdjB-r li:nth-child(2):hover{
    background: url("../images/dj_bg4.jpg") no-repeat 0 0;

}
.zhdjB-r li:nth-child(3):hover{
    background: url("../images/dj_bg3.jpg") no-repeat 0 0;

}
.zhdjB-r li:nth-child(4):hover{
    background: url("../images/dj_bg2.jpg") no-repeat 0 0;

}

.zhdjB-r li .sydx{
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500; 
    font-size: 14px;
    margin-top: 6px;
}
.zhdjB-r li .ico{
    width: 52px;
    height: 54px;
    background: pink;
    margin: 50px auto 30px;
}
.zhdjB-r li:nth-child(1) .ico{
    background: url("../images/dj_ico4.png") no-repeat 0 0;
}
.zhdjB-r li:nth-child(1):hover .ico{
    transition: all 0.5s;
    background: url("../images/dj_ico4.png") no-repeat 0 -63px;
}
.zhdjB-r li:nth-child(2) .ico{
    background: url("../images/dj_ico5.png") no-repeat 0 0;
}
.zhdjB-r li:nth-child(2):hover .ico{
    transition: all 0.5s;
    background: url("../images/dj_ico5.png") no-repeat 0 -63px;
}
.zhdjB-r li:nth-child(3) .ico{
    background: url("../images/dj_ico3.png") no-repeat 0 0;
}
.zhdjB-r li:nth-child(3):hover .ico{
    transition: all 0.5s;
    background: url("../images/dj_ico3.png") no-repeat 0 -63px;
}
.zhdjB-r li:nth-child(4) .ico{
    background: url("../images/dj_ico2.png") no-repeat 0 0;
}
.zhdjB-r li:nth-child(4):hover .ico{
    transition: all 0.5s;
    background: url("../images/dj_ico2.png") no-repeat 0 -63px;
}

/* 定制开发 */
.dzkf{
    width: 100%;
    height: 760px;
    background: url("../images/kaifa.jpg") no-repeat;
    background-size: 100% 100%;
}
.dzkf .zhdjT{
    width: 100%;
    height: 210px;
    padding-top: 70px;
    text-align: center;
    box-sizing: border-box;
    /* background: url("../images/index_01.jpg") no-repeat; */
}
.dzkf .zhdjTitle{
    font-size: 32px;
    color: #fff;
}
.dzkf .zhdjTxt{
    margin-top: 16px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}
.zhdjB{
    height: 450px;
    margin: 0 auto;
    box-sizing: border-box;
}
/* 左边 */
.dzkf .zhdjB-l{
    height: 100%;
    width: 410px;
    margin-right: 0;
    background: url("../images/kaifa_bg1.jpg");
    background-size: 100% 100%;
    padding: 40px 30px;
}
.dzkf .zhdjB-l .zhdjL-t{
    width: 100%;
    height: 96px;
    line-height: 30px;
}
.zhdjB-l .zhdjL-t img{
    width: 60px;
    height: 60px;
}
.zhdjB-l .zhdjL-t span{
    display: block;
    width: 60%;
    font-size: 26px;
    line-height: 64px;
    margin-left: 10px;
}
.dzkf .zhdjB-l .zhdjL-c {
    width: 100%;
    height: 110px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 28px;
}
/* 右边 */
.zhdjB-r{
    height: 100%;
    width: 770px;
}

.dzkf .zhdjB-l:hover{
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
}
.zhdjB-r li{
    float: left;
    width: 375px;
    height: 215px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
    cursor: pointer;
}
.zhdjB-r li a{
    display: block;
    width: 100%;
    height: 100%;
    /* margin-top: -50px; */
    padding-top: 50px;
    cursor: pointer;
}
.zhdjB-r li:nth-child(3){
    margin-bottom: 0;
}
.zhdjB-r li:nth-child(4){
    margin-bottom: 0;
}
.zhdjB-r li{
    text-align: center;
    /* color: #000; */
    font-weight: 600;
}
.dzkf .zhdjB-r li:hover{
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.3);
    /* background: url("../images/dj_bg5.jpg") no-repeat; */
    color: #fff;
}
.dzkf .zhdjB-r li:nth-child(1):hover{
    background: url("../images/kaifa_bg2.jpg") no-repeat 0 0;
    /* color: #fff; */
}
.dzkf .zhdjB-r li:nth-child(2):hover{
    background: url("../images/kaifa_bg3.jpg") no-repeat 0 0;
    /* color: #fff; */
}
.dzkf .zhdjB-r li:nth-child(3):hover{
    background: url("../images/kaifa_bg4.jpg") no-repeat 0 0;
    /* color: #fff; */
}
.dzkf .zhdjB-r li:nth-child(4):hover{
    background: url("../images/kaifa_bg5.jpg") no-repeat 0 0;
    color: #fff;
    transition: all 0.6s;
}
.zhdjB-r li .ico{
    width: 52px;
    height: 54px;
    background: pink;
    margin: 0px auto 30px;
    cursor: pointer;
}
.dzkf .zhdjB-r li:nth-child(1) .ico{
    background: url("../images/kaifa_ico2.png") no-repeat 0 0;
}
.dzkf .zhdjB-r li:nth-child(1):hover .ico{
    transition: all 0.5s;
    background: url("../images/kaifa_ico2.png") no-repeat 0 -63px;
}
.dzkf .zhdjB-r li:nth-child(2) .ico{
    background: url("../images/kaifa_ico3.png") no-repeat 0 0;
}
.dzkf .zhdjB-r li:nth-child(2):hover .ico{
    transition: all 0.5s;
    background: url("../images/kaifa_ico3.png") no-repeat 0 -63px;
}
.dzkf .zhdjB-r li:nth-child(3) .ico{
    background: url("../images/kaifa_ico4.png") no-repeat 0 0;
}
.dzkf .zhdjB-r li:nth-child(3):hover .ico{
    transition: all 0.5s;
    background: url("../images/kaifa_ico4.png") no-repeat 0 -63px;
}
.dzkf .zhdjB-r li:nth-child(4) .ico{
    background: url("../images/kaifa_ico5.png") no-repeat 0 0;
}
.dzkf .zhdjB-r li:nth-child(4):hover .ico{
    transition: all 0.5s;
    background: url("../images/kaifa_ico5.png") no-repeat 0 -63px;
}
/* 客户案例 */
.kkalB .tabT .khalCurrent{
    background: #fff;
}
.kkal{
    width: 100%;
    /*height: 700px;*/
    padding-bottom: 50px;
}
.kkalT{
    width: 100%;
    height: 160px;
    padding-top: 40px;
    text-align: center;
    box-sizing: border-box;
}
.kkalT .kkalTitle{
    font-size: 32px;
    color: #000;
}
.kkalT .kkalTxt{
    margin-top: 12px;
    font-size: 20px;
    color: #AAAEB1;
}
.kkalB{
    /*height: 536px;*/
    margin: 0 auto;
}
.kkalB .tabT{
    width: 50%;
    margin: 0 auto 31px;

}
.kkalB .tabT div{
    display: block;
    padding: 6px 70px;
    
    border-radius: 20px;
    float: left;
    margin-right: 20px;
    color: rgba(0, 0, 0, 0.7);
    cursor:pointer;
}
.kkalB .tabT div:hover{
    box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.2);
}
.kkalB .tabT div:last-child{
    margin-right: 0;
}
.kkalB .tabB{
    width: 100%;
    overflow: hidden;
    padding-bottom: 100px;
}
.tabB li img{
    display: block;
}
.tabB li:hover{
    /* box-shadow: 3px 3px 10px #ccc; */
}
.tabB > ul > li {
    width: 286px;
    height: 178px;
    border: 0.5px solid #eee;
    overflow: hidden;
    margin-bottom: 18px;
    cursor: pointer;
}
.tabB > ul > li > a > img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.tabB > ul > li > a > img:hover{
    transform: scale(1.2);
}

.Qzhdj li{
    float: left;
    width: 286px;
    height: 178px;
    margin-right: 18px;
    background: seagreen;
    border: 0.5px solid #eee;
}
.Qzhdj li:nth-child(4n){
    margin-right: 0;
}
.Qzhdj li:nth-child(-n + 4),
.Qdzkf li:nth-child(-n + 4){
    margin-bottom: 18px;
}

.Qdzkf li{
    float: left;
    width: 286px;
    height: 178px;
    margin-right: 18px;
    background: skyblue;
}
.Qdzkf li:nth-child(4n){
    margin-right: 0;
}
.Qxls li,
.Qxlss li{
    float: left;
    width: 286px;
    height: 178px;
    margin-right: 18px;
    background: slateblue;
}
.Qxls li:nth-child(4n),
.Qxlss li:nth-child(4n){
    margin-right: 0;
}
.Qxls li:nth-child(-n + 4)
.Qxlss li:nth-child(-n + 4){
    margin-bottom: 18px;
}
.tabB .more{
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-left: 92%;
    margin-top: 14px;
    border-radius: 20px;
    font-size: 14px;
    background: rgba(204, 204, 204, 0.3);
}
tabB .more  a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.tabB .more:hover {
    background: rgba(204, 204, 204, 0.8);
     transition: all 0.4s;
}
.tabB .more:hover a{
    color: #fff;
     transition: all 0.4s;
}


/* 新闻中心 */
.pressC{
    background: #fff;
    margin: 0 auto;
}
.pressC .pressC-til{
    margin: 0 auto;
    height: 110px;
    color: #000;
    border-bottom: 0.3px solid #ececec;
}
.pressC .pressC-til .pressC-tt{
    font-size: 28px;
    line-height: 140px;
}
.pressC .pressC-til .pressC-tt span{
    font-size: 20px;
    color: rgb(102, 102, 102);
    margin-left: 10px;
}
.pressC .pressC-til .pressC-tz{
    line-height: 140px;
    font-size: 16px;
    color: rgba(102, 102, 102, 0.521);
    cursor: pointer;
}
.pressC .pressC-ct{
    height: 600px;
    background: #fff;
    margin: 0 auto;
}
.pressC .pressC-ct .xwzxT{
    height: 110px;
    width: 800px;
    color:#000;
    margin: 0 auto;
}
.pressC .pressC-ct .xwzxT div{
    width: 125px;
    height: 40px;
    display: block;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    cursor:pointer;
}
.pressC .pressC-ct .xwzxT div:last-child{
    margin-right: 0;
}
.pressC .pressC-ct .xwzxT div:hover{
    background: rgba(204, 204, 204, 0.3);
}
.pressC .pressC-ct .xwzxT .xwzxQh{
    background: #515253;
    color: #fff;
}
.pressC .pressC-ct .xwzxB{
    height: 400px;
    position: relative;
}
.pressC .pressC-ct .xwzxB .more{
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    bottom: -30px;
    right: 0;
    border-radius: 20px;
    font-size: 14px;
    background: rgba(204, 204, 204, 0.3);
}.pressC .pressC-ct .xwzxB .more  a{
    display: block;
    width: 100%;
    height: 100%;
}
.pressC .pressC-ct .xwzxB .more:hover {
    background: rgba(204, 204, 204, 0.8);
     transition: all 0.4s;
}
.pressC .pressC-ct .xwzxB .more:hover a{
    color: #fff;
     transition: all 0.4s;
}
.xwzxB-ywdt,
.xwzxB-xwgd,
.xwzxB-ywdt2,
.xwzxB-xwgd2,
.xwzxB-ywdt3,
.xwzxB-xwgd3{
    height: 100%;
}
.xwzxB .xwzxB-ywdt .xwzxBL,
.xwzxB .xwzxB-xwgd .xwzxBL,
.xwzxB .xwzxB-ywdt2 .xwzxBL,
.xwzxB .xwzxB-xwgd2 .xwzxBL,
.xwzxB .xwzxB-ywdt3 .xwzxBL,
.xwzxB .xwzxB-xwgd3 .xwzxBL{
    width: 360px;
    height: 100%;
    border: 1px solid #ececec;
    /* background: pink; */
}
.xwzxB .xwzxB-ywdt .xwzxBL .xwzxBL-img,
.xwzxB .xwzxB-xwgd .xwzxBL .xwzxBL-img,
.xwzxB .xwzxB-ywdt2 .xwzxBL .xwzxBL-img,
.xwzxB .xwzxB-xwgd2 .xwzxBL .xwzxBL-img,
.xwzxB .xwzxB-ywdt3 .xwzxBL .xwzxBL-img,
.xwzxB .xwzxB-xwgd3 .xwzxBL .xwzxBL-img{
    height: 210px;
    background: #000;
}
.xwzxB .xwzxBL .xwzxBL-img img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.xwzxB .xwzxB-ywdt .xwzxBR,
.xwzxB .xwzxB-xwgd .xwzxBR,
.xwzxB .xwzxB-ywdt2 .xwzxBR,
.xwzxB .xwzxB-xwgd2 .xwzxBR,
.xwzxB .xwzxB-ywdt3 .xwzxBR,
.xwzxB .xwzxB-xwgd3 .xwzxBR{
    width: 800px;
    height: 100%;
    background: #fff;
}
.xwzxB .xwzxBL .xwzxBLN{
    width: 92%;
    margin: 15px auto;
    cursor: pointer;
}
.xwzxB .xwzxBL .xwzxBLN .xwzxBLN-bt{
    color: #000;
    width: 85%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.xwzxB .xwzxBL .xwzxBLN .xwzxBLN-sj{
    color: #ccc;
    margin-top: 10px;
    font-size: 15px;
    cursor: pointer;
}
.xwzxB .xwzxBL .xwzxBLN .xwzxBLN-hx{
    width: 36px;
    height: 1px;
    background: #ccc;
    margin: 18px 0 30px; 
    cursor: pointer;
}
.xwzxB .xwzxBL .xwzxBLN .xwzxBLN-txt{
    height: 42px;
    font-size: 15px;
    color: rgba(102, 102, 102, 0.8);
    cursor: pointer;
    letter-spacing:1px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* letter-spacing:1px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
  
}       
/* 手风琴 */
.xwzxBR {
  align-items: center;
  justify-content: center;
  min-height: 100%;
  background-color: #eee;
  font-family: 'Lato', sans-serif;
  overflow: hidden;
}
.xwzxBR .container {
  overflow: hidden;
  cursor: pointer;
}
.xwzxBR .container .box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 47px;
  transition: all 0.3s;
  color: white;
  border-bottom: 0.5px dashed #ccc;
  cursor: pointer;
}
.xwzxBR .container .box .name {
  width: 90%;
  height: 100%;
  cursor: pointer;
}
.xwzxBR .container .box .name h4, .xwzxBR .container .box .name h5 {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  line-height: 60px;
  cursor: pointer;
}
.xwzxBR .container .box .name h5 {
  font-size: 0em;
  line-height: 20px;
  color: rgba(102, 102, 102, 0.719);
  cursor: pointer;
}
.xwzxBR .container .box .newstimes {
  content: "";
  height: 10px;
  width: 72px;
  margin-right: 15px;
  color: #ccc;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.xwzxBR .container .box .newstimeb {
  content: "";
  height: 0px;
  color: #ccc;
  width: 0px;
  overflow: hidden;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}
.xwzxBR .container .newstimeb .newstimeb-t{
    font-size: 30px;
    text-align: center;
    height: 52px;
    line-height: 60px;
    cursor: pointer;
}
.xwzxBR .container .box:hover .newstimes{
  height: 0;
  width: 0;
  transition: all 0.4s;
  cursor: pointer;
}
.xwzxBR .container .box:hover .newstimeb{
  content: "";
  height: 82px;
  width: 86px;
  margin-right: 15px;
  border: 1px solid rgba(204, 204, 204, 0.418);
  transition: all 0.4s;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.xwzxBR .container .box:hover {
  height: 120px;
  transition: all 0.3s;
  border-bottom: 0.5px solid #ccc;
}
.xwzxBR .container .box:hover .name h4 {
  color: #000;
  transition: all 0.6s;
}

.xwzxBR .container .box:hover .name h5 {
  font-size: 14px;
  transition: all 0.4s;
}
/* 第一个效果 */
